Skip to content

[Static] Remove Django admin files and collect static files - #665

Merged
codeurimpulsif merged 7 commits into
v1from
clean-static
Aug 26, 2025
Merged

[Static] Remove Django admin files and collect static files#665
codeurimpulsif merged 7 commits into
v1from
clean-static

Conversation

@codeurimpulsif

Copy link
Copy Markdown
Contributor

Goal

  • Delete Django admin static files
  • Add a collect-static command in Docker entrypoint
  • Don't collect static files in Docker container (because dev mode don't need it)
  • Fix .gitignore file

Information

We don't need to commit this Django admin files because it's collected by the collectstatic command.

Now, all static files are collected in exodus/staticfiles.

@codeurimpulsif codeurimpulsif self-assigned this Jul 31, 2025
@codeurimpulsif codeurimpulsif added enhancement New feature or request good first issue Good for newcomers documentation Improvements or additions to documentation labels Jul 31, 2025
@codeurimpulsif

Copy link
Copy Markdown
Contributor Author

Btw @U039b do we still need this files?:
https://github.com/Exodus-Privacy/exodus/tree/v1/exodus/static/content/img

I don't see this images anywhere, can I delete it?

@codeurimpulsif
codeurimpulsif merged commit 45a47f8 into v1 Aug 26, 2025
8 checks passed
@codeurimpulsif
codeurimpulsif deleted the clean-static branch August 26, 2025 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant